home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5481 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: goanna.cs.rmit.EDU.AU!not-for-mail
  2. From: ok@goanna.cs.rmit.EDU.AU (Richard A. O'Keefe)
  3. Newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2
  4. Subject: Re: Hungarian notation
  5. Date: 5 Feb 1996 15:44:31 +1100
  6. Organization: Comp Sci, RMIT, Melbourne, Australia
  7. Message-ID: <4f41vf$g8j@goanna.cs.rmit.EDU.AU>
  8. References: <30C40F77.53B5@swsbbs.com> <Pine.HPP.3.91.960124153551.24374C-100000@zeezrom.cs.byu.edu> <4e7ifl$et3@goanna.cs.rmit.EDU.AU> <Pine.HPP.3.91.960129133429.8419C-100000@foggy.cs.byu.edu> <4em29qINN39r@keats.ugrad.cs.ubc.ca> <Pine.HPP.3.91.960201015336.17360C-100000@clear.cs.byu.edu>
  9. NNTP-Posting-Host: goanna.cs.rmit.edu.au
  10. NNTP-Posting-User: ok
  11. X-Newsreader: NN version 6.5.0 #0 (NOV)
  12.  
  13. Douglas Evan Cook <cookd@cs.byu.edu> writes:
  14. >Good grief :)  You just declare one type as another.  In Pascal or M2, try
  15. >TYPE
  16. >  INT16 : INTEGER;
  17.  
  18. This is not legal Pascal syntax.  Is it legal Modula 2?
  19.  
  20. The original poster's point remains:  the
  21.     <type name> = <type term>;
  22. construction in Pascal does not create abstract data types and does not
  23. "unify" anything, let alone "thousands of ADTs".
  24.  
  25. >If you are interested in the typedef equivalent in any other languages, 
  26. >let me know.
  27.  
  28. ANSI PL/I?  Algol 60.1?  Simula 67?  Fortran 77?
  29.  
  30. -- 
  31. "conventional orthography is ... a near optimal system for the
  32.  lexical representation of English words." Chomsky & Halle, S.P.E.
  33. Richard A. O'Keefe; http://www.cs.rmit.edu.au/~ok; RMIT Comp.Sci.
  34.